home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / progthis.dxr / 00007_Btn1 (old).ls < prev    next >
Encoding:
Text File  |  1998-11-18  |  147 b   |  10 lines

  1. on mouseUp
  2.   tell the stage
  3.     closeMe()
  4.   end tell
  5.   set btnName to the text of member "Btn1"
  6.   tell the stage
  7.     return btnName
  8.   end tell
  9. end
  10.